Skip to content

Add methods to api_core used by new autogenerator.#6267

Merged
crwilcox merged 8 commits intomasterfrom
core-1.6.0
Oct 18, 2018
Merged

Add methods to api_core used by new autogenerator.#6267
crwilcox merged 8 commits intomasterfrom
core-1.6.0

Conversation

@lukesneeringer
Copy link
Copy Markdown
Contributor

This adds two methods to google-api-core that will be used by the new GAPICs.
It also bumps the version number to 1.6.0a1, so that we can release this to PyPI and iterate without affecting existing users.

Luke Sneeringer added 2 commits October 18, 2018 10:45
This adds convenience methods used by client libraries produced by
gapic-generator-python.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 18, 2018
@lukesneeringer lukesneeringer changed the title 1.6.0 alpha Add methods to api_core used by new autogenerator. Oct 18, 2018
Comment thread api_core/google/api_core/gapic_v1/dispatch.py
Comment thread api_core/setup.py Outdated
name = 'google-api-core'
description = 'Google API client core library'
version = '1.5.0'
version = '1.6.0a1'

This comment was marked as spam.

This comment was marked as spam.

Comment thread api_core/setup.py Outdated
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 3 - Alpha'

This comment was marked as spam.

This comment was marked as spam.

@theacodes
Copy link
Copy Markdown
Contributor

theacodes commented Oct 18, 2018 via email

@lukesneeringer
Copy link
Copy Markdown
Contributor Author

lukesneeringer commented Oct 18, 2018

Fair enough! Done.

@lukesneeringer
Copy link
Copy Markdown
Contributor Author

Distilling a Hangouts discussion: We are moving the dispatch item to a gapic_v2 directory to account for its being Python 3-only.

@crwilcox crwilcox merged commit 7456acd into master Oct 18, 2018
tseaver added a commit that referenced this pull request Oct 29, 2018
We will bring them back in when we have an OK to make a non-alpha
'api_core-1.6.0' release.

Toward #6326.
@tseaver tseaver deleted the core-1.6.0 branch November 7, 2018 16:52
parthea pushed a commit that referenced this pull request Nov 24, 2025
* Add dispatch and deserialize methods.

This adds convenience methods used by client libraries produced by
gapic-generator-python.
* Mark test as Python 3 only.

* Fix import order.

* Address @theacodes feedback.

* Move dispatch to gapic_v2; alias remaining gapic_v1 modules.

* Fix import order.
parthea pushed a commit that referenced this pull request Nov 24, 2025
We will bring them back in when we have an OK to make a non-alpha
'api_core-1.6.0' release.

Toward #6326.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: core cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants